Welcome![Sign In][Sign Up]
Location:
Search - TCP Server

Search list

[CSharp同步套接字监听

Description: 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and data reception capabilities to achieve communication between the computer map on the left ... This paper shows the use of a threaded to receive user information and communications network monitor port services.
Platform: | Size: 68608 | Author: 李斌 | Hits:

[TCP/IP stack基于TCP-IP协议的网络编程练习

Description: 基于TCP-IP的网络编程,里面有客户端和服务器端的程序,客户端发送请求,服务器端应答,并发回应答消息-based on TCP-IP network programming, which has client and server-side procedures, a client sends the request, the server-side response, with response to the news FOR
Platform: | Size: 59392 | Author: huleimin | Hits:

[TCP/IP stacktcp-ip详解卷3

Description: 第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.4BSD-Lite中的网络代码。 -third volume of the details of today's coverage of TCP/IP programmers and network administrators must be familiar to the the four basic aspects : T/TCP (TCP services agreements), which is the expansion of TCP, customers-- server affairs transmission faster and more efficient and more reliable; HTTP (hypertext transfer protocol), This is the rapid expansion of the basis for the World Wide Web; NNTP (Network News Transfer Protocol), Usennet This is the basis of information systems; UNIX domain agreement, This is the realization of UNIX application of a very broad agreement. The previous two volumes, the book is rich in examples and achieve the details, They are 4.4BSD-Lite of networking code.
Platform: | Size: 8555520 | Author: 小易 | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69632 | Author: 水滴 | Hits:

[Internet-Networkwin_tcp

Description: windows下直接调用socket函数实现的tcp server和client程序-windows directly call socket functions to achieve the tcp server and client procedures
Platform: | Size: 79872 | Author: 马兴录 | Hits:

[Windows DevelopMultithreadtcptestServer

Description: TCP网络编程服务器端源代码,多线程,事件触发机制.-TCP network programming server source code, multithreading, in the trigger mechanism.
Platform: | Size: 30720 | Author: feng | Hits:

[Internet-NetworkTCPServerfdfda3

Description: Socket 服务器端程序,VC写的,很适合学习,类似QQ界面-Socket server software, written in Visual C++ is well-suited to learning, similar QQ interface
Platform: | Size: 45056 | Author: 康抗 | Hits:

[Internet-NetworkTCPserver2006

Description: 这个是一个服务器端的程序,默认绑定端口号5000,只要有数据从5000端口进入就会马上在对话框中显示出来-this is a server-side procedures, the default bundled with a port number of 5000. as long as data from the 5000 port will be immediately entered in the dialog box displayed
Platform: | Size: 30720 | Author: yn | Hits:

[Internet-Networkclient_server

Description: 一个小的客户机服务器程序(采用tcp) 该程序用VC++制作,运行时需要MFC库; server端只允许有一个; 程序支持40个Client端(测试是用了8个);-a small client-server process (using tcp) the procedures VC production, Runtime need MFC library; server-only allow one; supports 40 Client- (beta is spent 8);
Platform: | Size: 74752 | Author: zhangbb | Hits:

[ICQ-IM-ChatWINSOCK-TCP

Description: 网络聊天室的实例程序,VC6.0下开发,分为服务器端和客户端两部分-Internet chat rooms examples procedures VC6.0 under development, divided into server and the client part 2
Platform: | Size: 72704 | Author: 金城寺 | Hits:

[TCP/IP stackEMB-TCP-IP-STACK

Description: 一个专为嵌入式系统编写的小型TCP/IP协议栈 TCP/IPLean,一个适于学习并容易移植的协议栈, 有专门书籍《嵌入式系统web服务器TCP/IP Lean》 进行详细介绍,很适合于希望了解TCP/IP基本原理 和代码实现的朋友 这里提供它的VC6版源码包下载, 它可以与超值型以上开发板提供的arpscan、ping 和udp实例配套,作为主机端的服务运行。 -an embedded system for the preparation of small TCP/IP protocol stack TCP/IPLean. an easy to learn and suitable for transplant protocol stack, there are specialized books, "Embedded System web server TCP/IP Lean" for a more detailed description, hope is well suited to understand TCP/IP and the basic tenets of the code to achieve friends here with its VC6 version of the source package under set, which can overvalued and above-board development of arpscan, ping and udp supporting examples, as mainframe-service operation.
Platform: | Size: 114688 | Author: shiryu | Hits:

[Internet-NetworkMySeverDemo1

Description: 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program features is the flexible use of the s elect function for non-blocking asynchronous character sets section of this procedure is adopted son of this section sets of documents, document type is also very innovative, after the code is 264 documents, in view of the size of the file upload, I have no additional 264 documents, can the corresponding test as some 264 documents and fopen file name changed!
Platform: | Size: 172032 | Author: 黄越 | Hits:

[Internet-NetworkTCP11111

Description: 一个简单的TCP服务器与客户端通信的JAVA程序。编译的时候注意发送的命令要符合要求。-a simple TCP server and client communications JAVA procedures. Compile time to send the order to meet the requirement.
Platform: | Size: 3072 | Author: dgsag | Hits:

[TCP/IP stackvolume3

Description: 用TCPIP进行网际互联第三卷:客户——服务器编程与应用:Linux/Posix和 TCP/IP协议一样是一套经典的协议书籍。-TCPIP used for internetworking Volume III : Customer-- Server and Application Programming : Linux/Posix and the TCP/IP protocol is the same set of classic books on the agreement.
Platform: | Size: 11291648 | Author: Nick | Hits:

[TCP/IP stackNDK_dll_demo

Description: TCP/IP Chat Client/Server VC 7.01 开发-TCP/IP Chat Client/Server Development VC 7.01
Platform: | Size: 101376 | Author: noryfly | Hits:

[CommunicationBill-tcp

Description: ip电话超市计费程序客户端,里面有个模拟服务端,只可参考源码,不可用于商用-ip telephone billing clients, with a simulated server, the only reference source and may not be used for commercial
Platform: | Size: 2874368 | Author: cruise | Hits:

[Remote ControlServerClient-tcp

Description: 一个做得还不错的远程控制程序,服务端、客户端做在一起-done a pretty good distance control procedures, server, the client do together
Platform: | Size: 416768 | Author: cruise | Hits:

[TCP/IP stackTCP-IP-illustrated-volume2-the-implementation

Description: 路由器中实现的一个简单的dhcp协议,这是dhcp server部分,-router achieve a simple dhcp agreement, it is dhcp server,
Platform: | Size: 1352704 | Author: 吴 明 | Hits:

[Windows Mobilece-tcp

Description: wince下socket编程的例子,包括server端和client端-wince under socket programming examples, including server and client-side
Platform: | Size: 58368 | Author: pknife | Hits:

[TCP/IP stackTCPNetKit

Description: 本程序用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-the procedures used for testing TCP communications, includes the TCP server and client in two parts. TCP server can be the designated port eavesdropping, and at the same time deal with a maximum of 100 links. Real-time display over each link this data, as well as the need to manually choose which link to send data, or disconnect a link. TCP client can be on a certain IP (or domain name directly input) port for connection, real-time display is already connected to the server to send messages manually input can be sent to the server needs of the content. In the process of the preparation of some of their server or client procedure debugging time more useful.
Platform: | Size: 46080 | Author: feitianlove | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net